Skip to content

Update 23 diciembre 2020 #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 64 commits into from
Dec 23, 2020
Merged

Conversation

sabas1080
Copy link
Member

Pull Request template

Please, Make sure that your PR is not a duplicate.
Search among the Pull request before creating one.

IMPORTANT: Please review the CONTRIBUTING.md file for detailed contributing guidelines.

Thanks for submitting a pull request.
Please provide enough information so that others can review your pull request:

Summary

This PR fixes/implements the following bugs/features

  • Bug 1
  • Bug 2
  • Feature 1
  • Feature 2
  • Breaking changes

Explain the motivation for making this change. What existing problem does the pull request solve?

Validation

  • Ensure CI build is passed.
  • Demonstrate the code is solid. [e.g. Provide a sketch]

Code formatting

  • Ensure AStyle check is passed thanks CI

Closing issues

Fixes #xxx

aaron-neal and others added 30 commits September 22, 2020 12:46
Included in STM32CubeL1 FW v1.10.1

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Fix typo on TIM13_BASE in IRQ handler.
Add requestFrom(uint8_t address, size_t quantity, bool sendStop)
#800 introduced a regression on analog pins Ax usage as CS pin.

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Included in STM32CubeF1 FW v1.8.3

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Included in STM32CubeF2 FW v1.9.2

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Wire fixes for repeated start(slave) and multiple .write in onRequestEvent()
Update STM32 F1 and F2 HAL drivers
Included in STM32CubeF4 FW v1.25.2

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Have to be fixed in STM32CubeF4:
STMicroelectronics/STM32CubeF4#36

Signed-off-by: Michael Sharman <michael@thecodesharman.com.au>
Co-authored-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Included in STM32CubeL1 FW v1.10.2

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Update STM32 F4 and L1 HAL drivers
Was impossible to change the UART IRQ's priority externally. Now only set once upon initialization.
Included in STM32CubeMP1 FW 1.3.0

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Included in STM32CubeMP1 FW 1.3.0

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
ghent360 and others added 29 commits December 1, 2020 09:39
use: -a <new_serie_to_add ex: l5>

Signed-off-by: Francois Ramu <francois.ramu@st.com>
Co-authored-by: Frederic Pillon <frederic.pillon@st.com>
When assert is activated there may be assert failed, specially
when using Tone or Servo with TIM6 or TIM7.
"assert_param(IS_TIM_CC1_INSTANCE(htim->Instance));"
This is due to the fact that when using timer instances without
output (like TIM6 and TIM7 specially used for Tone and Servo)
in TIMER_OUTPUT_COMPARE mode, the API setMode() requires a channel,
even if it is not used.
This was made like this to simplify the HardwareTimer driver,
and there is no functional issue, but as there is an assert failed
reported when assert is activated, this should be fixed.

TIMER_OUTPUT_COMPARE becomes obsolete, but kept for compatibility
reason.
When only timing configuration is needed, no need to set mode,
just keep the default TIMER_DISABLED.

Fixes #1244

Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
Included in STM32CubeF3 FW v1.11.2

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Included in STM32CubeF3 FW v1.11.2

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Exit if STM32 serie to add already exists

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Depending of the OS order was not the same.

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
…rce File

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Included in STM32CubeL0 FW v1.12.0

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Included in STM32CubeL0 FW v1.12.0

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
…rce File

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Update STM32F3 HAL and CMSIS drivers
Included in STM32CubeF0 FW v1.11.2

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Included in STM32CubeF0 FW v1.11.2

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
…rce File

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Update STM32L0 HAL and CMSIS drivers
Update STM32F0 HAL and CMSIS drivers
Available in some STM32H7 mcu

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
This will introduce LPUART2 management.
Kept 0 for backward compatibility.

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Included in STM32CubeWB FW v1.10.0

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Included in STM32CubeWB FW v1.10.0

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Replace RCC_RFWKPCLKSOURCE_LSI by RCC_RFWKPCLKSOURCE_LSE

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Update STM32WB HAL and CMSIS drivers
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
@sabas1080 sabas1080 merged commit 2e1e076 into ElectronicCats:master Dec 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.